github.com/google/go-cmp/cmp.state.report (method)

21 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L254: 			s.report(eq, reportByCycle)
		compare.go#L273: 		s.report(vx.Bool() == vy.Bool(), 0)
		compare.go#L275: 		s.report(vx.Int() == vy.Int(), 0)
		compare.go#L277: 		s.report(vx.Uint() == vy.Uint(), 0)
		compare.go#L279: 		s.report(vx.Float() == vy.Float(), 0)
		compare.go#L281: 		s.report(vx.Complex() == vy.Complex(), 0)
		compare.go#L283: 		s.report(vx.String() == vy.String(), 0)
		compare.go#L285: 		s.report(vx.Pointer() == vy.Pointer(), 0)
		compare.go#L287: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L320: 	s.report(eq, reportByMethod)
		compare.go#L421: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L512: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L518: 		s.report(eq, reportByCycle)
		compare.go#L554: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L560: 		s.report(eq, reportByCycle)
		compare.go#L571: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L576: 		s.report(false, 0)
		compare.go#L582: func (s *state) report(eq bool, rf resultFlags) {
		options.go#L204: func (ignore) apply(s *state, _, _ reflect.Value)                                   { s.report(true, reportByIgnore) }
		options.go#L224: 		s.report(vx.IsValid() == vy.IsValid(), 0)
		options.go#L384: 	s.report(eq, reportByFunc)